
<style>
body{
	background-attachment : fixed;
	background-color:white;
//	background-image:url(fond.jpg);
	background-repeat:no-repeat;
	height: 80%;
}
.shadowbox {
 	border-radius: 5px 5px 5px 5px;
	border: 1px solid #333;
//	box-shadow: 5px -10px 5px 0px #B6D1E6;
//	padding: 8px 12px;
	background-image: linear-gradient(180deg, #fff, #ddd 40%, #B4D0E5);
}
.anglerond {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #333;
}
.box {
	center:right;
	border:0px solid black;
	width:80%;
	height: 100%;
	margin-left: 150px;
	margin-top: 10px;
	color: white;
}
.divimage {
	color:black;
	background-color:white;
	background-image:url(fond.jpg);
	background-repeat:no-repeat;
}
.lignerouge {
	color: red;
	text-align: right;
	margin-left: 150px;
	width: 80%; 
	height: 55px;
}
.lignebleue {
	color: #0000FF;
	text-align: center;
	margin-left: 150px;
	width: 80%; 
	height: 25px;
}
.cadre {
	width: 6px;
	font-size : 90%;
	padding-top:5px; 
	padding-bottom:10px;
//	border: 3px solid #A0A0A0; 
	text-align: left;
//	background: #B6D1E6;
}
</style>